ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Win.Collections.ObjectModel Namespace / ObservableDictionary<TKey,TValue> Class / OnItemChanged Method

In This Topic
    OnItemChanged Method (ObservableDictionary<TKey,TValue>)
    In This Topic
    Fires the ItemChanged event.
    Syntax
    'Declaration
     
    Protected Overridable Sub OnItemChanged( _
       ByVal e As ItemChangedEventArgs(Of ObservableKeyValuePair(Of TKey,TValue)) _
    ) 
    protected virtual void OnItemChanged( 
       ItemChangedEventArgs<ObservableKeyValuePair<TKey,TValue>> e
    )

    Parameters

    e
    See Also